introspection: Fix parallel builds
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 22 Mar 2010 16:53:18 +0000 (12:53 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:19 +0000 (20:59 -0400)
commit2055066d92602acc1ecd5943388bc151984ce932
tree435abe54dca0d19bc034536584b54f05271cdb3e
parent449bc50b247ebc0e77c700557ec41069935e6bd0
introspection: Fix parallel builds

One needs to add an explicit dependency between the gir files and the
.la libtool wrapper as this dependency is not added automatically by
Makefile.introspection. Not adding these breaks parallel builds as make
does not wait for the .la to be generated before launching g-ir-scanner.
gdk-pixbuf/Makefile.am
gdk/Makefile.am